home *** CD-ROM | disk | FTP | other *** search
- package
- {
- [Embed(source="/_assets/assets.swf", symbol="bird")]
- public dynamic class bird extends BirdChar
- {
-
-
- public function bird()
- {
- super();
- addFrameScript(11,§\x01\x01\f\r§,38,§\x01\x01\f\x0e§,58,§\x01\x01\f\x0f§);
- }
-
- internal function §\x01\x01\f\r§() : *
- {
- gotoAndPlay("fly");
- }
-
- internal function §\x01\x01\f\x0e§() : *
- {
- gotoAndPlay("fly");
- }
-
- internal function §\x01\x01\f\x0f§() : *
- {
- stop();
- }
- }
- }
-